This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Julia Zekgeroplopings 20.Jan.04 11:28 PM a Web browser Applications Development6.5; 6.0.3All Platforms
I just figured out that I can use _CreationDate and _RevisionDate field names to search for a document by creation date or modified date. This is the query string I use to search for all documents that were created after January 10th 2004: "[_CreationDate] > 1/10/2004".
Now, I want to run a search to find all document created by certain authors. I can search by authors using the Lotus Notes Client, but how can I find these documents programatically?